home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11202 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: inforamp.net!ts19-10
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Reading INI files?
  5. Date: Wed, 13 Mar 96 01:45:03 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4i59bf$55r@sam.inforamp.net>
  8. References: <4i4fv7$1ch@symiserver2.symantec.com>
  9. NNTP-Posting-Host: ts19-10.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4i4fv7$1ch@symiserver2.symantec.com>,
  13.    bmelendy@symantec.com (Brad Melendy) wrote:
  14. >    I am researching the best way to read INI files for information to use
  15. >in my app.  I am thinking of just useing the fstream class, creating
  16. >an object and geline() but since this is my first time doing this sort
  17. >of thing, I would love to hear from someone who has already done this.
  18. >    Specifically, I am planning on using the INI file to record requently
  19. >access directory paths which I will read into a ComboBox for quick
  20. >access.  
  21.  
  22. Are you aware of the functions GetPrivateProfileString, 
  23. WritePrivateProfileString, GetProfileString, WriteProfileString, etc. that do 
  24. IO with INI files?
  25.  
  26. Agrivar
  27.